home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TDXBARNAMEED / TDXBARNAMEED.txt
Text File  |  2006-04-19  |  964b  |  54 lines

  1. object dxBarNameEd: TdxBarNameEd
  2.   Left = 199
  3.   Top = 196
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 87
  7.   ClientWidth = 266
  8.   Color = clBtnFace
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object LName: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 68
  22.     Height = 13
  23.     Caption = '&Toolbar name:'
  24.   end
  25.   object EName: TEdit
  26.     Left = 8
  27.     Top = 27
  28.     Width = 251
  29.     Height = 21
  30.     TabOrder = 0
  31.     OnChange = ENameChange
  32.   end
  33.   object BOK: TButton
  34.     Left = 106
  35.     Top = 58
  36.     Width = 73
  37.     Height = 23
  38.     Caption = 'OK'
  39.     Default = True
  40.     ModalResult = 1
  41.     TabOrder = 1
  42.   end
  43.   object BCancel: TButton
  44.     Left = 186
  45.     Top = 58
  46.     Width = 73
  47.     Height = 23
  48.     Cancel = True
  49.     Caption = 'Cancel'
  50.     ModalResult = 2
  51.     TabOrder = 2
  52.   end
  53. end
  54.